Allow edit in Datagrid C#

57

Allow edit in Datagrid C# -

// Enable editing for particular column.
this.sfDataGrid.Columns[0].AllowEditing = true;

Comments

Submit
0 Comments